Skip to content

deps(flutter): bump google_fonts from 6.3.3 to 8.1.0#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/google_fonts-8.1.0
Open

deps(flutter): bump google_fonts from 6.3.3 to 8.1.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/google_fonts-8.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps google_fonts from 6.3.3 to 8.1.0.

Commits
  • f347612 [google_font] Move the httpClient from a package level variable to the Config...
  • 8400f71 [Animations] Add support for custom shadows to OpenContainer (#62475) (#11401)
  • 6351fa4 Revert "[webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicati...
  • 4a2091d [go_router] Fix assertion failure on URLs with hash fragments missing leading...
  • 9391572 [webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicationWillTe...
  • 3888c6f Sync release-go_router to main (#11545)
  • 8b09614 [dependabot]: Bump cameraxVersion from 1.5.3 to 1.6.0 in /packages/camera/cam...
  • 810faf6 [go_router_builder] Support custom types (#11068)
  • ac617c1 [google_maps_fluter] Switch to Kotlin Pigeon (#11522)
  • 934ba21 [google_maps_flutter] Fix various Java warnings (#11516)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google_fonts](https://github.com/flutter/packages/tree/main/packages) from 6.3.3 to 8.1.0.
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.1.0/packages)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 28, 2026

Labels

The following labels could not be found: dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

physercoe pushed a commit that referenced this pull request May 24, 2026
… set + env override (v1.0.670-alpha)

ADR-027 W11 fix-up wedge #13. v1.0.667 hardcoded 200K for every
claude-* model, which under-counted by 5× for the 1M-capable
families (claude-opus-4-7, claude-opus-4-6, claude-sonnet-4-6/5/0)
on Pro+/Max OAuth accounts. User on default_claude_max_5x running
claude-opus-4-7 saw the chip cap at 200K when claude /context
reported 1M.

Investigation: claude-code binary string sweep on dev box. JG(model)
in v2.1.144 is claude's own resolver:
 - CLAUDE_CODE_MAX_CONTEXT_TOKENS env override first
 - 1M for gm() set: opus-4-7, opus-4-6, sonnet-4-6, sonnet-4-5,
   sonnet-4-0
 - 200K (n56) otherwise
 - G7H(model) extra path for opus-4-7 on firstParty/aws/mantle

Updated claudeModelContextWindow() to mirror that mapping:
 - env override (highest precedence; same var name claude honours)
 - 1M for gm() set (exact-name match so new suffixes don't
   accidentally inherit)
 - 200K for haiku-*, opus-4-0/4-1/4-5, claude-3-*
 - 0 (suppress chip) for unknown identifiers

Tests: swept TestMapLine_UsageCarriesContextWindowFromModel across
9 models. Added TestMapLine_UsageRespectsEnvOverride +
TestMapLine_UsageInvalidEnvFallsThroughToModelDefault.

Known limitation: non-Max users on 1M-capable models will see the
chip over-count. Fix requires reading
~/.claude.json::oauthAccount.organizationRateLimitTier per spawn —
couples hub to claude-code's config schema; deferred. Workaround
for now: `export CLAUDE_CODE_MAX_CONTEXT_TOKENS=200000` before
running host-runner.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants